home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0497 / AMOSLIST / text0006.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  784 b   |  19 lines

  1. On 01-Apr-97, Matt Ward sat on a keyboard and produced this mess:
  2.  
  3. > Does anybody know an elegant way of converting a scancode value to the
  4. > equivalent ascii char? eg 64=" " (space). It would need to take into
  5. > account the current keymap.
  6.  
  7. The best way is to use Scanstr$(scancode) from the AMCAF extension. Apart
  8. from that, you'd have to write your own conversion procedure as there is no
  9. direct link between scancode and ASCII value.
  10.  
  11. Bye ____________________________________________________
  12.    /                                                    \
  13.   / Ben Wyatt - bwyatt@paston.co.uk or b.wyatt@uea.ac.uk \
  14.   \   http://www.paston.co.uk/users/bwyatt/index.html    /
  15.    \____________________________________________________/
  16.         (c)1995-97 Very Interesting Signatures Ltd.
  17.  
  18.  
  19.